FotoForum
Current file: /home/estudydev/workspace/eStudy_svn/web/photogallery/tests/AllTests.php
Legend: executed not executed dead code

  Coverage
  Classes Methods Lines
Total
0.00 %0.00%
0.00% 0 / 1
0.00 %0.00%
0.00% 0 / 1
0.00 %0.00%
0.00% 0 / 3
 
AllTests
0.00 %0.00%
0.00% 0 / 1
0.00 %0.00%
0.00% 0 / 1
0.00 %0.00%
0.00% 0 / 3
 public static function suite()
0.00 %0.00%
0.00% 0 / 1
0.00 %0.00%
0.00% 0 / 3


       1                 : <?php                                                                       
       2                 : if ( ! defined( "PATH_TO_ROOT" ) ) define( "PATH_TO_ROOT", "../../" );      
       3                 :                                                                             
       4                 : require_once( "PHPUnit/Framework.php" );                                    
       5                 :                                                                             
       6                 : require_once( PATH_TO_ROOT . "photogallery/tests/admin/AllTestsAdmin.php" );
       7                 : //require_once (PATH_TO_ROOT."common/init.inc.php");                        
       8                 :                                                                             
       9                 : class AllTests                                                              
      10                 : {                                                                           
      11                 :                                                                             
      12                 :     public static function suite()                                          
      13                 :     {                                                                       
      14               0 :     $suite = new PHPUnit_Framework_TestSuite("FotoForum");                  
      15               0 :     $suite->addTest(AllTestsAdmin::suite());                                
      16                 :                                                                             
      17               0 :     return $suite;                                                          
      18                 :     }                                                                       
      19                 :                                                                             
      20                 :                                                                             
      21                 :                                                                             
      22                 :                                                                             
      23                 :                                                                             
      24                 :                                                                             

Generated by PHPUnit 3.2.21 and Xdebug 2.0.3 at Mon Nov 16 11:22:15 CET 2009.